﻿2026-06-20T11:53:43.6110780Z Current runner version: '2.335.1'
2026-06-20T11:53:43.6115275Z Runner name: 'kitsubito'
2026-06-20T11:53:43.6115961Z Runner group name: 'Default'
2026-06-20T11:53:43.6116595Z Machine name: 'KITSUBITO'
2026-06-20T11:53:43.6118497Z ##[group]GITHUB_TOKEN Permissions
2026-06-20T11:53:43.6120610Z Contents: read
2026-06-20T11:53:43.6121016Z Metadata: read
2026-06-20T11:53:43.6121392Z Packages: read
2026-06-20T11:53:43.6121759Z ##[endgroup]
2026-06-20T11:53:43.6123358Z Secret source: Actions
2026-06-20T11:53:43.6123864Z Prepare workflow directory
2026-06-20T11:53:43.6547520Z Prepare all required actions
2026-06-20T11:53:43.6576260Z Getting action download info
2026-06-20T11:53:44.1614073Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-20T11:53:45.0313963Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-20T11:53:45.1191008Z ##[group]Run actions/checkout@v5
2026-06-20T11:53:45.1191801Z with:
2026-06-20T11:53:45.1192208Z   repository: SaberMage/spt-core
2026-06-20T11:53:45.1195842Z   token: ***
2026-06-20T11:53:45.1196222Z   ssh-strict: true
2026-06-20T11:53:45.1196599Z   ssh-user: git
2026-06-20T11:53:45.1196997Z   persist-credentials: true
2026-06-20T11:53:45.1197419Z   clean: true
2026-06-20T11:53:45.1197819Z   sparse-checkout-cone-mode: true
2026-06-20T11:53:45.1198287Z   fetch-depth: 1
2026-06-20T11:53:45.1198668Z   fetch-tags: false
2026-06-20T11:53:45.1199126Z   show-progress: true
2026-06-20T11:53:45.1199522Z   lfs: false
2026-06-20T11:53:45.1199902Z   submodules: false
2026-06-20T11:53:45.1200309Z   set-safe-directory: true
2026-06-20T11:53:45.1200930Z ##[endgroup]
2026-06-20T11:53:45.2068728Z Syncing repository: SaberMage/spt-core
2026-06-20T11:53:45.2070481Z ##[group]Getting Git version info
2026-06-20T11:53:45.2071276Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-20T11:53:45.2072252Z [command]/usr/bin/git version
2026-06-20T11:53:45.2072719Z git version 2.43.0
2026-06-20T11:53:45.2081389Z ##[endgroup]
2026-06-20T11:53:45.2092296Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/66a038d1-0080-4290-adf5-5c7cc1420293' before making global git config changes
2026-06-20T11:53:45.2093611Z Adding repository directory to the temporary git global config as a safe directory
2026-06-20T11:53:45.2095703Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-20T11:53:45.2128413Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-20T11:53:45.2147169Z https://github.com/SaberMage/spt-core
2026-06-20T11:53:45.2157015Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-20T11:53:45.2159622Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-20T11:53:45.2183833Z HEAD
2026-06-20T11:53:45.2213840Z ##[endgroup]
2026-06-20T11:53:45.2214693Z [command]/usr/bin/git submodule status
2026-06-20T11:53:45.2393197Z ##[group]Cleaning the repository
2026-06-20T11:53:45.2395327Z [command]/usr/bin/git clean -ffdx
2026-06-20T11:53:46.8612830Z Removing target/
2026-06-20T11:53:46.8622604Z [command]/usr/bin/git reset --hard HEAD
2026-06-20T11:53:46.8900378Z HEAD is now at 6a1789a5 Merge fa9d047807a8f5c928b887a4eabf08a7cac31367 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-20T11:53:46.8905644Z ##[endgroup]
2026-06-20T11:53:46.8908032Z ##[group]Disabling automatic garbage collection
2026-06-20T11:53:46.8911314Z [command]/usr/bin/git config --local gc.auto 0
2026-06-20T11:53:46.8938333Z ##[endgroup]
2026-06-20T11:53:46.8938859Z ##[group]Setting up auth
2026-06-20T11:53:46.8943926Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-20T11:53:46.8969572Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-20T11:53:46.9189423Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-20T11:53:46.9215799Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-20T11:53:46.9400751Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-20T11:53:46.9426075Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-20T11:53:46.9661209Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-20T11:53:46.9662860Z ##[endgroup]
2026-06-20T11:53:46.9663246Z ##[group]Fetching the repository
2026-06-20T11:53:46.9664265Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a1789a55e173feaced48f4623b9df09dd399175:refs/remotes/pull/26/merge
2026-06-20T11:53:47.5691911Z ##[endgroup]
2026-06-20T11:53:47.5692617Z ##[group]Determining the checkout info
2026-06-20T11:53:47.5693060Z ##[endgroup]
2026-06-20T11:53:47.5696695Z [command]/usr/bin/git sparse-checkout disable
2026-06-20T11:53:47.5737080Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-20T11:53:47.5762111Z ##[group]Checking out the ref
2026-06-20T11:53:47.5770417Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-20T11:53:47.5814362Z HEAD is now at 6a1789a5 Merge fa9d047807a8f5c928b887a4eabf08a7cac31367 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-20T11:53:47.5817959Z ##[endgroup]
2026-06-20T11:53:47.5850843Z [command]/usr/bin/git log -1 --format=%H
2026-06-20T11:53:47.5874815Z 6a1789a55e173feaced48f4623b9df09dd399175
2026-06-20T11:53:47.6072133Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-20T11:53:47.6072629Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-20T11:53:47.6087935Z shell: /usr/bin/bash -e {0}
2026-06-20T11:53:47.6088196Z ##[endgroup]
2026-06-20T11:53:47.6171162Z ##[group]Run cargo nextest run --workspace
2026-06-20T11:53:47.6171472Z [36;1mcargo nextest run --workspace[0m
2026-06-20T11:53:47.6185034Z shell: /usr/bin/bash -e {0}
2026-06-20T11:53:47.6185304Z env:
2026-06-20T11:53:47.6185567Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-20T11:53:47.6185853Z ##[endgroup]
2026-06-20T11:53:48.7158931Z    Compiling proc-macro2 v1.0.106
2026-06-20T11:53:48.7159599Z    Compiling unicode-ident v1.0.24
2026-06-20T11:53:48.7160051Z    Compiling quote v1.0.45
2026-06-20T11:53:48.7160449Z    Compiling libc v0.2.186
2026-06-20T11:53:48.7160892Z    Compiling cfg-if v1.0.4
2026-06-20T11:53:48.7161173Z    Compiling serde_core v1.0.228
2026-06-20T11:53:48.7161450Z    Compiling serde v1.0.228
2026-06-20T11:53:48.7253739Z    Compiling typenum v1.20.1
2026-06-20T11:53:48.7279034Z    Compiling version_check v0.9.5
2026-06-20T11:53:48.7342619Z    Compiling portable-atomic v1.13.1
2026-06-20T11:53:48.7377240Z    Compiling memchr v2.8.1
2026-06-20T11:53:48.7415208Z    Compiling subtle v2.6.1
2026-06-20T11:53:48.7453289Z    Compiling critical-section v1.2.0
2026-06-20T11:53:48.7506738Z    Compiling shlex v2.0.1
2026-06-20T11:53:48.7551355Z    Compiling find-msvc-tools v0.1.9
2026-06-20T11:53:48.8151680Z    Compiling log v0.4.32
2026-06-20T11:53:48.8814788Z    Compiling equivalent v1.0.2
2026-06-20T11:53:48.9090702Z    Compiling smallvec v1.15.1
2026-06-20T11:53:48.9258716Z    Compiling semver v1.0.28
2026-06-20T11:53:48.9570695Z    Compiling itoa v1.0.18
2026-06-20T11:53:48.9688753Z    Compiling cpufeatures v0.2.17
2026-06-20T11:53:49.0401998Z    Compiling bitflags v2.12.1
2026-06-20T11:53:49.0597419Z    Compiling hashbrown v0.17.1
2026-06-20T11:53:49.0711674Z    Compiling pin-project-lite v0.2.17
2026-06-20T11:53:49.1221331Z    Compiling generic-array v0.14.7
2026-06-20T11:53:49.1503094Z    Compiling rand_core v0.10.1
2026-06-20T11:53:49.1579942Z    Compiling getrandom v0.4.2
2026-06-20T11:53:49.1686334Z    Compiling bytes v1.11.1
2026-06-20T11:53:49.1750581Z    Compiling futures-core v0.3.32
2026-06-20T11:53:49.2011196Z    Compiling zerocopy v0.8.50
2026-06-20T11:53:49.3118920Z    Compiling rustc_version v0.4.1
2026-06-20T11:53:49.3120249Z    Compiling ahash v0.8.12
2026-06-20T11:53:49.3284641Z    Compiling stable_deref_trait v1.2.1
2026-06-20T11:53:49.3501591Z    Compiling signature v2.2.0
2026-06-20T11:53:49.3509907Z    Compiling slab v0.4.12
2026-06-20T11:53:49.3739424Z    Compiling pkg-config v0.3.33
2026-06-20T11:53:49.4044336Z    Compiling futures-sink v0.3.32
2026-06-20T11:53:49.4480966Z    Compiling vcpkg v0.2.15
2026-06-20T11:53:49.4921411Z    Compiling ed25519 v2.2.3
2026-06-20T11:53:49.5060577Z    Compiling futures-io v0.3.32
2026-06-20T11:53:49.5360777Z    Compiling zmij v1.0.21
2026-06-20T11:53:49.6580825Z    Compiling futures-channel v0.3.32
2026-06-20T11:53:49.6620823Z    Compiling futures-task v0.3.32
2026-06-20T11:53:49.6960709Z    Compiling serde_json v1.0.150
2026-06-20T11:53:49.7540437Z    Compiling curve25519-dalek v4.1.3
2026-06-20T11:53:49.9287866Z    Compiling fastrand v2.4.1
2026-06-20T11:53:49.9770616Z    Compiling indexmap v2.14.0
2026-06-20T11:53:50.0120929Z    Compiling rustversion v1.0.22
2026-06-20T11:53:50.0883485Z    Compiling fallible-iterator v0.3.0
2026-06-20T11:53:50.1218253Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-20T11:53:50.1441665Z    Compiling autocfg v1.5.1
2026-06-20T11:53:50.1788853Z    Compiling syn v2.0.117
2026-06-20T11:53:50.2080657Z    Compiling fnv v1.0.7
2026-06-20T11:53:50.2480154Z    Compiling cfg_aliases v0.2.1
2026-06-20T11:53:50.2487181Z    Compiling strsim v0.11.1
2026-06-20T11:53:50.2648109Z    Compiling writeable v0.6.3
2026-06-20T11:53:50.2770678Z    Compiling litemap v0.8.2
2026-06-20T11:53:50.2907782Z    Compiling anyhow v1.0.102
2026-06-20T11:53:50.3089705Z    Compiling fs_extra v1.3.0
2026-06-20T11:53:50.3261510Z    Compiling ident_case v1.0.1
2026-06-20T11:53:50.4574745Z    Compiling dunce v1.0.5
2026-06-20T11:53:50.4891643Z    Compiling icu_properties_data v2.2.0
2026-06-20T11:53:50.5041495Z    Compiling icu_normalizer_data v2.2.0
2026-06-20T11:53:50.5110563Z    Compiling jobserver v0.1.34
2026-06-20T11:53:50.5381192Z    Compiling utf8_iter v1.0.4
2026-06-20T11:53:50.5740580Z    Compiling rustix v1.1.4
2026-06-20T11:53:50.6770896Z    Compiling percent-encoding v2.3.2
2026-06-20T11:53:50.6900494Z    Compiling linux-raw-sys v0.12.1
2026-06-20T11:53:50.7480610Z    Compiling http v1.4.1
2026-06-20T11:53:50.7917232Z    Compiling cc v1.2.63
2026-06-20T11:53:50.8651573Z    Compiling crypto-common v0.1.7
2026-06-20T11:53:50.8790072Z    Compiling block-buffer v0.10.4
2026-06-20T11:53:50.9017170Z    Compiling thiserror v2.0.18
2026-06-20T11:53:50.9328278Z    Compiling cpufeatures v0.3.0
2026-06-20T11:53:50.9480218Z    Compiling unicode-segmentation v1.13.3
2026-06-20T11:53:50.9712503Z    Compiling aws-lc-rs v1.17.0
2026-06-20T11:53:50.9922456Z    Compiling digest v0.10.7
2026-06-20T11:53:50.9954838Z    Compiling scopeguard v1.2.0
2026-06-20T11:53:51.0004726Z    Compiling chacha20 v0.10.0
2026-06-20T11:53:51.0761105Z    Compiling form_urlencoded v1.2.2
2026-06-20T11:53:51.1369353Z    Compiling lock_api v0.4.14
2026-06-20T11:53:51.1580717Z    Compiling untrusted v0.9.0
2026-06-20T11:53:51.2270675Z    Compiling sha2 v0.10.9
2026-06-20T11:53:51.2719964Z    Compiling rustls v0.23.40
2026-06-20T11:53:51.2725425Z    Compiling heck v0.5.0
2026-06-20T11:53:51.2971327Z    Compiling getrandom v0.2.17
2026-06-20T11:53:51.3446675Z    Compiling mio v1.2.1
2026-06-20T11:53:51.3947708Z    Compiling socket2 v0.6.4
2026-06-20T11:53:51.4079607Z    Compiling fs2 v0.4.3
2026-06-20T11:53:51.4520886Z    Compiling const-oid v0.10.2
2026-06-20T11:53:51.4871660Z    Compiling rand_core v0.6.4
2026-06-20T11:53:51.5180661Z    Compiling rand v0.10.1
2026-06-20T11:53:51.5280496Z    Compiling atomic-waker v1.1.2
2026-06-20T11:53:51.5578027Z    Compiling convert_case v0.10.0
2026-06-20T11:53:51.5890417Z    Compiling unicode-xid v0.2.6
2026-06-20T11:53:51.6360926Z    Compiling parking_lot_core v0.9.12
2026-06-20T11:53:51.6760700Z    Compiling paste v1.0.15
2026-06-20T11:53:51.6907320Z    Compiling httparse v1.10.1
2026-06-20T11:53:51.7211049Z    Compiling num-traits v0.2.19
2026-06-20T11:53:51.7406864Z    Compiling hybrid-array v0.4.12
2026-06-20T11:53:51.8290578Z    Compiling base64ct v1.8.3
2026-06-20T11:53:51.9100708Z    Compiling http-body v1.0.1
2026-06-20T11:53:51.9313168Z    Compiling powerfmt v0.2.0
2026-06-20T11:53:51.9525557Z    Compiling either v1.16.0
2026-06-20T11:53:52.0400505Z    Compiling cmake v0.1.58
2026-06-20T11:53:52.1031518Z    Compiling deranged v0.5.8
2026-06-20T11:53:52.1390765Z    Compiling pem-rfc7468 v1.0.0
2026-06-20T11:53:52.3883383Z    Compiling memoffset v0.6.5
2026-06-20T11:53:52.4030809Z    Compiling tinyvec_macros v0.1.1
2026-06-20T11:53:52.4190838Z    Compiling time-core v0.1.8
2026-06-20T11:53:52.4414257Z    Compiling data-encoding v2.11.0
2026-06-20T11:53:52.4650754Z    Compiling thiserror v1.0.69
2026-06-20T11:53:52.5533079Z    Compiling tower-service v0.3.3
2026-06-20T11:53:52.5670431Z    Compiling num-conv v0.2.2
2026-06-20T11:53:52.5823684Z    Compiling try-lock v0.2.5
2026-06-20T11:53:52.5861439Z    Compiling base64 v0.22.1
2026-06-20T11:53:52.6211006Z    Compiling ref-cast v1.0.25
2026-06-20T11:53:52.6412579Z    Compiling parking_lot v0.12.5
2026-06-20T11:53:52.6522718Z    Compiling tinyvec v1.11.0
2026-06-20T11:53:52.6717577Z    Compiling want v0.3.1
2026-06-20T11:53:52.7190876Z    Compiling crypto-common v0.2.2
2026-06-20T11:53:52.7350428Z    Compiling block-buffer v0.12.0
2026-06-20T11:53:52.8320979Z    Compiling termios v0.2.2
2026-06-20T11:53:52.8930482Z    Compiling ioctl-rs v0.1.6
2026-06-20T11:53:52.9232703Z    Compiling serial-core v0.4.0
2026-06-20T11:53:52.9864924Z    Compiling vergen-lib v9.1.0
2026-06-20T11:53:53.0218761Z    Compiling inout v0.1.4
2026-06-20T11:53:53.0331386Z    Compiling n0-future v0.3.2
2026-06-20T11:53:53.0635088Z    Compiling aho-corasick v1.1.4
2026-06-20T11:53:53.0912930Z    Compiling libsqlite3-sys v0.30.1
2026-06-20T11:53:53.1290175Z    Compiling aws-lc-sys v0.41.0
2026-06-20T11:53:53.1575055Z    Compiling ring v0.17.14
2026-06-20T11:53:53.1694131Z    Compiling diatomic-waker v0.2.3
2026-06-20T11:53:53.1851518Z    Compiling winnow v0.7.15
2026-06-20T11:53:53.2456699Z    Compiling parking v2.2.1
2026-06-20T11:53:53.2890298Z    Compiling spin v0.10.0
2026-06-20T11:53:53.3160350Z    Compiling cordyceps v0.3.4
2026-06-20T11:53:53.3840311Z    Compiling crossbeam-utils v0.8.21
2026-06-20T11:53:53.5050571Z    Compiling httpdate v1.0.3
2026-06-20T11:53:53.6390510Z    Compiling toml_write v0.1.2
2026-06-20T11:53:53.6780526Z    Compiling regex-syntax v0.8.10
2026-06-20T11:53:53.7479684Z    Compiling winnow v1.0.3
2026-06-20T11:53:53.7521992Z    Compiling futures-buffered v0.2.13
2026-06-20T11:53:53.7653648Z    Compiling digest v0.11.3
2026-06-20T11:53:53.8521733Z    Compiling futures-lite v2.6.1
2026-06-20T11:53:53.9106313Z    Compiling cipher v0.4.4
2026-06-20T11:53:53.9327048Z    Compiling serial-unix v0.4.0
2026-06-20T11:53:54.1670593Z    Compiling netlink-packet-core v0.8.1
2026-06-20T11:53:54.2030674Z    Compiling vergen-lib v0.1.6
2026-06-20T11:53:54.2207059Z    Compiling vergen v9.1.0
2026-06-20T11:53:54.2658115Z    Compiling universal-hash v0.5.1
2026-06-20T11:53:54.3290137Z    Compiling noq-udp v0.10.0
2026-06-20T11:53:54.3680765Z    Compiling heapless v0.7.17
2026-06-20T11:53:54.4000854Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-20T11:53:54.4270654Z    Compiling sync_wrapper v1.0.2
2026-06-20T11:53:54.5444419Z    Compiling dyn-clone v1.0.20
2026-06-20T11:53:54.5938315Z    Compiling byteorder v1.5.0
2026-06-20T11:53:54.6098354Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-20T11:53:54.6401025Z    Compiling pin-utils v0.1.0
2026-06-20T11:53:54.6777616Z    Compiling bitflags v1.3.2
2026-06-20T11:53:54.6959911Z    Compiling opaque-debug v0.3.1
2026-06-20T11:53:54.7086375Z    Compiling allocator-api2 v0.2.21
2026-06-20T11:53:54.7585850Z    Compiling polyval v0.6.2
2026-06-20T11:53:54.7586980Z    Compiling nix v0.25.1
2026-06-20T11:53:54.8230071Z    Compiling hash32 v0.2.1
2026-06-20T11:53:54.9120752Z    Compiling serial v0.4.0
2026-06-20T11:53:54.9181595Z    Compiling spin v0.9.8
2026-06-20T11:53:54.9692820Z    Compiling vergen-gitcl v1.0.8
2026-06-20T11:53:54.9821131Z    Compiling downcast-rs v1.2.1
2026-06-20T11:53:55.0061895Z    Compiling ryu v1.0.23
2026-06-20T11:53:55.0159232Z    Compiling synstructure v0.13.2
2026-06-20T11:53:55.0586559Z    Compiling darling_core v0.20.11
2026-06-20T11:53:55.1298647Z    Compiling serde_derive_internals v0.29.1
2026-06-20T11:53:55.1495973Z    Compiling signature v3.0.0
2026-06-20T11:53:55.1671254Z    Compiling num_threads v0.1.7
2026-06-20T11:53:55.2939459Z    Compiling tower-layer v0.3.3
2026-06-20T11:53:55.3260436Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-20T11:53:55.4362920Z    Compiling shell-words v1.1.1
2026-06-20T11:53:55.5046180Z    Compiling time v0.3.47
2026-06-20T11:53:55.5855272Z    Compiling ghash v0.5.1
2026-06-20T11:53:55.6012949Z    Compiling ctr v0.9.2
2026-06-20T11:53:55.6980639Z    Compiling aes v0.8.4
2026-06-20T11:53:55.7535995Z    Compiling sha2 v0.11.0-rc.5
2026-06-20T11:53:55.8120612Z    Compiling http-body-util v0.1.3
2026-06-20T11:53:55.8121343Z    Compiling aead v0.5.2
2026-06-20T11:53:55.9300720Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-20T11:53:55.9998018Z    Compiling openssl-probe v0.2.1
2026-06-20T11:53:56.0970441Z    Compiling crossbeam-channel v0.5.15
2026-06-20T11:53:56.2036517Z    Compiling regex-automata v0.4.14
2026-06-20T11:53:56.2609571Z    Compiling aes-gcm v0.10.3
2026-06-20T11:53:56.2962913Z    Compiling crossbeam-epoch v0.9.18
2026-06-20T11:53:56.4470691Z    Compiling netlink-packet-route v0.29.0
2026-06-20T11:53:56.4997269Z    Compiling blake3 v1.8.5
2026-06-20T11:53:56.7470828Z    Compiling uuid v1.23.2
2026-06-20T11:53:56.7762361Z    Compiling netwatch v0.16.0
2026-06-20T11:53:56.7864008Z    Compiling noq v0.18.0
2026-06-20T11:53:56.7999687Z    Compiling acto v0.8.2
2026-06-20T11:53:57.0210986Z    Compiling serde_derive v1.0.228
2026-06-20T11:53:57.0521007Z    Compiling zeroize_derive v1.4.3
2026-06-20T11:53:57.0683236Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-20T11:53:57.0697492Z    Compiling tokio-macros v2.7.0
2026-06-20T11:53:57.3747312Z    Compiling futures-macro v0.3.32
2026-06-20T11:53:57.3965012Z    Compiling zerofrom-derive v0.1.7
2026-06-20T11:53:57.3990371Z    Compiling yoke-derive v0.8.2
2026-06-20T11:53:57.5771567Z    Compiling zeroize v1.8.2
2026-06-20T11:53:57.7465004Z    Compiling tokio v1.52.3
2026-06-20T11:53:57.7621090Z    Compiling zerovec-derive v0.11.3
2026-06-20T11:53:57.9705688Z    Compiling displaydoc v0.2.6
2026-06-20T11:53:58.0110754Z    Compiling tracing-attributes v0.1.31
2026-06-20T11:53:58.2874021Z    Compiling futures-util v0.3.32
2026-06-20T11:53:58.3010668Z    Compiling rustls-pki-types v1.14.1
2026-06-20T11:53:58.6923720Z    Compiling thiserror-impl v2.0.18
2026-06-20T11:53:58.7420668Z    Compiling darling_macro v0.20.11
2026-06-20T11:53:58.8505502Z    Compiling zerofrom v0.1.8
2026-06-20T11:53:58.9794771Z    Compiling ed25519-dalek v2.2.0
2026-06-20T11:53:59.0883471Z    Compiling yoke v0.8.3
2026-06-20T11:53:59.1531426Z    Compiling darling v0.20.11
2026-06-20T11:53:59.1680870Z    Compiling derive_more-impl v2.1.1
2026-06-20T11:53:59.2329171Z    Compiling derive_builder_core v0.20.2
2026-06-20T11:53:59.3346841Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-20T11:53:59.4060571Z    Compiling zerovec v0.11.6
2026-06-20T11:53:59.6427538Z    Compiling zerotrie v0.2.4
2026-06-20T11:53:59.6750391Z    Compiling spez v0.1.2
2026-06-20T11:53:59.9690464Z    Compiling n0-error-macros v0.1.3
2026-06-20T11:54:00.0637860Z    Compiling der v0.8.0-rc.10
2026-06-20T11:54:00.0719390Z    Compiling ref-cast-impl v1.0.25
2026-06-20T11:54:00.2500958Z    Compiling tinystr v0.8.3
2026-06-20T11:54:00.2875356Z    Compiling potential_utf v0.1.5
2026-06-20T11:54:00.4530807Z    Compiling icu_locale_core v2.2.0
2026-06-20T11:54:00.4811807Z    Compiling icu_collections v2.2.0
2026-06-20T11:54:00.6080850Z    Compiling derive_builder_macro v0.20.2
2026-06-20T11:54:00.6761669Z    Compiling thiserror-impl v1.0.69
2026-06-20T11:54:00.9220748Z    Compiling derive_builder v0.20.2
2026-06-20T11:54:00.9370900Z    Compiling pin-project-internal v1.1.13
2026-06-20T11:54:01.0261080Z    Compiling n0-error v0.1.3
2026-06-20T11:54:01.1731225Z    Compiling schemars_derive v1.2.1
2026-06-20T11:54:01.4312753Z    Compiling regex v1.12.3
2026-06-20T11:54:01.7020852Z    Compiling icu_provider v2.2.0
2026-06-20T11:54:02.1230268Z    Compiling icu_normalizer v2.2.0
2026-06-20T11:54:02.1290733Z    Compiling icu_properties v2.2.0
2026-06-20T11:54:02.1452707Z    Compiling spki v0.8.0-rc.4
2026-06-20T11:54:02.2073948Z    Compiling futures-executor v0.3.32
2026-06-20T11:54:02.3260047Z    Compiling pin-project v1.1.13
2026-06-20T11:54:02.3427909Z    Compiling cobs v0.3.0
2026-06-20T11:54:02.3751192Z    Compiling ipnet v2.12.0
2026-06-20T11:54:02.4039463Z    Compiling toml_datetime v0.6.11
2026-06-20T11:54:02.4160764Z    Compiling serde_spanned v0.6.9
2026-06-20T11:54:02.4440739Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-20T11:54:02.5650779Z    Compiling filedescriptor v0.8.3
2026-06-20T11:54:02.5880812Z    Compiling futures v0.3.32
2026-06-20T11:54:02.6041316Z    Compiling toml_edit v0.22.27
2026-06-20T11:54:02.6606073Z    Compiling ed25519 v3.0.0-rc.4
2026-06-20T11:54:02.7170722Z    Compiling postcard-derive v0.2.2
2026-06-20T11:54:02.7856425Z    Compiling prefix-trie v0.8.4
2026-06-20T11:54:03.1046942Z    Compiling once_cell v1.21.4
2026-06-20T11:54:03.1331465Z    Compiling portable-pty v0.8.1
2026-06-20T11:54:03.1484791Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-20T11:54:03.1640953Z    Compiling proc-macro-crate v3.5.0
2026-06-20T11:54:03.3430656Z    Compiling schemars v1.2.1
2026-06-20T11:54:03.4198755Z    Compiling tracing-core v0.1.36
2026-06-20T11:54:03.5807250Z    Compiling hashbrown v0.14.5
2026-06-20T11:54:03.6335248Z    Compiling idna_adapter v1.2.2
2026-06-20T11:54:03.6430528Z    Compiling tempfile v3.27.0
2026-06-20T11:54:03.7331562Z    Compiling derive_more v2.1.1
2026-06-20T11:54:03.7663435Z    Compiling idna v1.1.0
2026-06-20T11:54:03.8696591Z    Compiling num_enum_derive v0.7.6
2026-06-20T11:54:03.9280438Z    Compiling data-encoding-macro v0.1.20
2026-06-20T11:54:03.9870679Z    Compiling tracing v0.1.44
2026-06-20T11:54:04.0130207Z    Compiling tokio-util v0.7.18
2026-06-20T11:54:04.0551330Z    Compiling netlink-sys v0.8.8
2026-06-20T11:54:04.2550655Z    Compiling url v2.5.8
2026-06-20T11:54:04.3400809Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-20T11:54:04.3931895Z    Compiling hashlink v0.9.1
2026-06-20T11:54:04.4029370Z    Compiling tower v0.5.3
2026-06-20T11:54:04.4385791Z    Compiling postcard v1.1.3
2026-06-20T11:54:04.6788780Z    Compiling rustls-native-certs v0.8.4
2026-06-20T11:54:04.6920811Z    Compiling strum_macros v0.28.0
2026-06-20T11:54:04.7363654Z    Compiling rusqlite v0.32.1
2026-06-20T11:54:04.7365096Z    Compiling async-trait v0.1.89
2026-06-20T11:54:04.9416868Z    Compiling iroh-metrics-derive v0.4.1
2026-06-20T11:54:04.9560673Z    Compiling enum-assoc v1.3.0
2026-06-20T11:54:04.9661181Z    Compiling lru-slab v0.1.2
2026-06-20T11:54:05.0320588Z    Compiling h2 v0.4.14
2026-06-20T11:54:05.1018116Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-20T11:54:05.1501121Z    Compiling foldhash v0.2.0
2026-06-20T11:54:05.2140504Z    Compiling toml v0.8.23
2026-06-20T11:54:05.3491629Z    Compiling tagptr v0.2.0
2026-06-20T11:54:05.3709510Z    Compiling mac-addr v0.3.0
2026-06-20T11:54:05.5070848Z    Compiling identity-hash v0.1.0
2026-06-20T11:54:05.5839100Z    Compiling rustc-hash v2.1.2
2026-06-20T11:54:05.6061168Z    Compiling sorted-index-buffer v0.2.1
2026-06-20T11:54:05.6410212Z    Compiling xml-rs v0.8.28
2026-06-20T11:54:05.7121120Z    Compiling netdev v0.42.0
2026-06-20T11:54:05.7200380Z    Compiling moka v0.12.15
2026-06-20T11:54:05.7944769Z    Compiling iroh-metrics v0.38.3
2026-06-20T11:54:05.8110899Z    Compiling hashbrown v0.16.1
2026-06-20T11:54:05.9401227Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-20T11:54:06.0160825Z    Compiling n0-watcher v0.6.1
2026-06-20T11:54:06.2462949Z    Compiling attohttpc v0.30.1
2026-06-20T11:54:06.3480685Z    Compiling iroh-base v0.98.0
2026-06-20T11:54:06.5980990Z    Compiling xmltree v0.10.3
2026-06-20T11:54:06.6786251Z    Compiling tower-http v0.6.11
2026-06-20T11:54:06.7804809Z    Compiling tokio-stream v0.1.18
2026-06-20T11:54:06.8380894Z    Compiling num_enum v0.7.6
2026-06-20T11:54:06.9503799Z    Compiling netlink-proto v0.12.0
2026-06-20T11:54:06.9595763Z    Compiling iroh-relay v0.98.0
2026-06-20T11:54:07.1750842Z    Compiling netlink-packet-route v0.30.0
2026-06-20T11:54:07.2429113Z    Compiling simple-dns v0.9.3
2026-06-20T11:54:07.2808320Z    Compiling arrayref v0.3.9
2026-06-20T11:54:07.3407686Z    Compiling arrayvec v0.7.6
2026-06-20T11:54:07.4891387Z    Compiling simdutf8 v0.1.5
2026-06-20T11:54:07.5161137Z    Compiling sha1_smol v1.0.1
2026-06-20T11:54:07.5239446Z    Compiling resolv-conf v0.7.6
2026-06-20T11:54:07.5330898Z    Compiling strum v0.28.0
2026-06-20T11:54:07.5774908Z    Compiling smol_str v0.1.24
2026-06-20T11:54:07.6358115Z    Compiling constant_time_eq v0.4.2
2026-06-20T11:54:07.8227875Z    Compiling lru v0.16.4
2026-06-20T11:54:07.8361073Z    Compiling webpki-roots v1.0.7
2026-06-20T11:54:07.8538346Z    Compiling serde_bytes v0.11.19
2026-06-20T11:54:07.9140792Z    Compiling seize v0.5.1
2026-06-20T11:54:07.9492459Z    Compiling hmac v0.12.1
2026-06-20T11:54:07.9618589Z    Compiling iroh v0.98.2
2026-06-20T11:54:07.9820748Z    Compiling cmov v0.5.4
2026-06-20T11:54:08.0070937Z    Compiling backon v1.6.0
2026-06-20T11:54:08.0524456Z    Compiling sha1 v0.10.6
2026-06-20T11:54:08.0901268Z    Compiling hkdf v0.12.4
2026-06-20T11:54:08.1267605Z    Compiling doctest-file v1.1.1
2026-06-20T11:54:08.1400860Z    Compiling errno v0.3.14
2026-06-20T11:54:08.2410495Z    Compiling papaya v0.2.4
2026-06-20T11:54:08.2680844Z    Compiling ctutils v0.4.2
2026-06-20T11:54:08.2916596Z    Compiling spake2 v0.4.0
2026-06-20T11:54:08.3101057Z    Compiling signal-hook v0.3.18
2026-06-20T11:54:08.3183697Z    Compiling signal-hook-registry v1.4.8
2026-06-20T11:54:08.3430543Z    Compiling darling_core v0.23.0
2026-06-20T11:54:08.4032277Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-20T11:54:08.4516435Z    Compiling rustix v0.38.44
2026-06-20T11:54:08.5110899Z    Compiling utf8parse v0.2.2
2026-06-20T11:54:08.5576798Z    Compiling instability v0.3.12
2026-06-20T11:54:08.6073368Z    Compiling iroh-dns v0.98.0
2026-06-20T11:54:08.6647060Z    Compiling interprocess v2.4.2
2026-06-20T11:54:08.6743469Z    Compiling anstyle-parse v1.0.0
2026-06-20T11:54:08.6931236Z    Compiling colorchoice v1.0.5
2026-06-20T11:54:08.7221138Z    Compiling anstyle v1.0.14
2026-06-20T11:54:08.7890372Z    Compiling linux-raw-sys v0.4.15
2026-06-20T11:54:08.8870894Z    Compiling foldhash v0.1.5
2026-06-20T11:54:08.9051639Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-20T11:54:08.9583931Z    Compiling is_terminal_polyfill v1.70.2
2026-06-20T11:54:08.9853664Z    Compiling anstyle-query v1.1.5
2026-06-20T11:54:08.9937187Z    Compiling signal-hook-mio v0.2.5
2026-06-20T11:54:09.0360663Z    Compiling hashbrown v0.15.5
2026-06-20T11:54:09.0750117Z    Compiling anstream v1.0.0
2026-06-20T11:54:09.1106643Z    Compiling strum_macros v0.26.4
2026-06-20T11:54:09.1139396Z    Compiling terminal_size v0.4.4
2026-06-20T11:54:09.2357715Z    Compiling itertools v0.13.0
2026-06-20T11:54:09.2801409Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-20T11:54:09.4781208Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-20T11:54:09.6000868Z    Compiling castaway v0.2.4
2026-06-20T11:54:09.7070816Z    Compiling clap_lex v1.1.0
2026-06-20T11:54:09.7372869Z    Compiling static_assertions v1.1.0
2026-06-20T11:54:09.8650419Z    Compiling indoc v2.0.7
2026-06-20T11:54:09.8667334Z    Compiling unicode-width v0.1.14
2026-06-20T11:54:09.8959355Z    Compiling compact_str v0.8.2
2026-06-20T11:54:10.0371222Z    Compiling clap_builder v4.6.0
2026-06-20T11:54:10.1718361Z    Compiling lru v0.12.5
2026-06-20T11:54:10.2909561Z    Compiling crossterm v0.28.1
2026-06-20T11:54:10.3826124Z    Compiling clap_derive v4.6.1
2026-06-20T11:54:10.4364529Z    Compiling iana-time-zone v0.1.65
2026-06-20T11:54:10.6730811Z    Compiling hyper v1.10.1
2026-06-20T11:54:10.7894622Z    Compiling cassowary v0.3.0
2026-06-20T11:54:10.8220915Z    Compiling unicode-width v0.2.0
2026-06-20T11:54:11.1250669Z    Compiling unicode-truncate v1.1.0
2026-06-20T11:54:11.2083675Z    Compiling chrono v0.4.45
2026-06-20T11:54:11.2850940Z    Compiling nucleo-matcher v0.3.1
2026-06-20T11:54:11.5990893Z    Compiling strum v0.26.3
2026-06-20T11:54:11.6171130Z    Compiling qrcode v0.14.1
2026-06-20T11:54:12.0140892Z    Compiling darling_macro v0.23.0
2026-06-20T11:54:12.0996145Z    Compiling mock-adapter v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-20T11:54:12.3508755Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-20T11:54:12.6090388Z    Compiling hyper-util v0.1.20
2026-06-20T11:54:12.8130741Z    Compiling darling v0.23.0
2026-06-20T11:54:13.4026189Z    Compiling clap v4.6.1
2026-06-20T11:54:13.5330798Z    Compiling ratatui v0.29.0
2026-06-20T11:54:14.6767331Z    Compiling igd-next v0.17.1
2026-06-20T11:54:16.2112633Z    Compiling portmapper v0.16.0
2026-06-20T11:54:23.3938457Z    Compiling rustls-webpki v0.103.13
2026-06-20T11:54:25.7470625Z    Compiling tokio-rustls v0.26.4
2026-06-20T11:54:25.7471283Z    Compiling rustls-platform-verifier v0.7.0
2026-06-20T11:54:25.7471817Z    Compiling noq-proto v0.17.0
2026-06-20T11:54:25.8900630Z    Compiling hickory-net v0.26.0-beta.4
2026-06-20T11:54:25.8901221Z    Compiling hyper-rustls v0.27.9
2026-06-20T11:54:25.8901692Z    Compiling tokio-websockets v0.13.2
2026-06-20T11:54:26.0283583Z    Compiling reqwest v0.13.4
2026-06-20T11:54:26.9032724Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-20T11:54:40.5289310Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-20T11:54:41.9538489Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-20T11:54:50.1728552Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-20T11:55:22.3470435Z    Compiling xtask v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-20T11:55:57.6907378Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
2026-06-20T11:55:59.8168629Z ────────────
2026-06-20T11:55:59.8191554Z  Nextest run ID ef7438e4-7f50-45b0-8847-88c113ece0b7 with nextest profile: default
2026-06-20T11:55:59.8192408Z     Starting 1242 tests across 87 binaries (1 test skipped)
2026-06-20T11:55:59.8467157Z         PASS [   0.019s] (   1/1242) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-20T11:55:59.8468618Z         PASS [   0.021s] (   2/1242) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-20T11:55:59.8469766Z         PASS [   0.021s] (   3/1242) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-20T11:56:01.3419826Z         PASS [   1.530s] (   4/1242) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-20T11:56:01.3458565Z         PASS [   0.004s] (   5/1242) spt::job_escape_e2e daemon_survives_terminal_close_via_session_detachment
2026-06-20T11:56:01.8356931Z         PASS [   2.024s] (   6/1242) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-20T11:56:02.0600037Z         PASS [   2.227s] (   7/1242) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-20T11:56:02.9540683Z         PASS [   1.608s] (   8/1242) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-20T11:56:03.0691618Z         PASS [   3.257s] (   9/1242) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-20T11:56:03.1461347Z         PASS [   3.334s] (  10/1242) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-20T11:56:03.4028400Z         PASS [   3.571s] (  11/1242) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-20T11:56:04.2314727Z         PASS [   4.420s] (  12/1242) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-20T11:56:04.8453065Z         PASS [   3.009s] (  13/1242) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-20T11:56:04.8505212Z         PASS [   0.005s] (  14/1242) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-20T11:56:04.9558815Z         PASS [   0.105s] (  15/1242) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-20T11:56:04.9767455Z         PASS [   0.021s] (  16/1242) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-20T11:56:04.9808557Z         PASS [   0.004s] (  17/1242) spt::oneliner_e2e install_script_against_staged_release
2026-06-20T11:56:05.4457927Z         PASS [   1.214s] (  18/1242) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-20T11:56:06.7932643Z         PASS [   4.733s] (  19/1242) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-20T11:56:07.3408005Z         PASS [   0.547s] (  20/1242) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-20T11:56:07.3549299Z         PASS [   0.014s] (  21/1242) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-20T11:56:09.3427550Z         PASS [   4.362s] (  22/1242) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-20T11:56:10.0467146Z         PASS [   4.601s] (  23/1242) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-20T11:56:12.4032043Z         PASS [   3.060s] (  24/1242) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-20T11:56:13.5432423Z         PASS [   3.496s] (  25/1242) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-20T11:56:16.7402958Z         PASS [   3.197s] (  26/1242) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-20T11:56:17.7369191Z         PASS [   5.331s] (  27/1242) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-20T11:56:17.7475201Z         PASS [   0.013s] (  28/1242) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-20T11:56:17.7694976Z         PASS [   0.022s] (  29/1242) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-20T11:56:17.7831550Z         PASS [   0.013s] (  30/1242) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-20T11:56:17.7937088Z         PASS [   0.011s] (  31/1242) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-20T11:56:17.8251156Z         PASS [   0.031s] (  32/1242) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-20T11:56:17.8360246Z         PASS [   0.011s] (  33/1242) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-20T11:56:17.8473536Z         PASS [   0.011s] (  34/1242) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-20T11:56:17.8742550Z         PASS [   0.010s] (  35/1242) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-20T11:56:17.8743780Z         PASS [   0.011s] (  36/1242) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-20T11:56:17.8785459Z         PASS [   0.010s] (  37/1242) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-20T11:56:17.8910966Z         PASS [   0.011s] (  38/1242) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-20T11:56:18.7710493Z         PASS [  15.367s] (  39/1242) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-20T11:56:20.0085126Z         PASS [   2.118s] (  40/1242) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-20T11:56:20.8455880Z         PASS [   0.837s] (  41/1242) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-20T11:56:21.2671944Z         PASS [   2.497s] (  42/1242) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-20T11:56:21.2775423Z         PASS [   0.010s] (  43/1242) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-20T11:56:22.1724323Z         PASS [   0.895s] (  44/1242) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-20T11:56:22.5373400Z         PASS [  22.725s] (  45/1242) spt::bind_cwd_project_e2e endpoint_run_records_cwd_and_appears_under_its_project
2026-06-20T11:56:22.5486702Z         PASS [   0.010s] (  46/1242) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-20T11:56:22.5717666Z         PASS [   0.024s] (  47/1242) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-20T11:56:22.5852349Z         PASS [   0.013s] (  48/1242) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-20T11:56:22.5970942Z         PASS [   0.012s] (  49/1242) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-20T11:56:22.6077794Z         PASS [   0.011s] (  50/1242) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-20T11:56:22.6230463Z         PASS [   0.015s] (  51/1242) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-20T11:56:22.6335406Z         PASS [   0.010s] (  52/1242) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-20T11:56:22.6445596Z         PASS [   0.011s] (  53/1242) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-20T11:56:22.7203292Z         PASS [   0.039s] (  54/1242) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-20T11:56:23.5083223Z         PASS [   0.822s] (  55/1242) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-20T11:56:23.5380306Z         PASS [   2.690s] (  56/1242) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-20T11:56:23.5723174Z         PASS [   0.066s] (  57/1242) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-20T11:56:23.5876370Z         PASS [   0.052s] (  58/1242) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-20T11:56:23.6640550Z         PASS [   0.090s] (  59/1242) spt::bin/spt api::startup::tests::bind_records_cwd_so_picker_can_group_by_project
2026-06-20T11:56:23.6651646Z         PASS [   0.076s] (  60/1242) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-20T11:56:23.6727888Z         PASS [   1.500s] (  61/1242) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-20T11:56:23.6771282Z         PASS [   0.015s] (  62/1242) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-20T11:56:23.6965827Z         PASS [   0.019s] (  63/1242) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-20T11:56:23.6992172Z         PASS [   0.026s] (  64/1242) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-20T11:56:23.7462529Z         PASS [   0.082s] (  65/1242) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-20T11:56:23.7740651Z         PASS [   0.074s] (  66/1242) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-20T11:56:23.7791504Z         PASS [   0.080s] (  67/1242) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-20T11:56:23.7921990Z         PASS [   0.013s] (  68/1242) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-20T11:56:23.8009876Z         PASS [   0.030s] (  69/1242) spt::bin/spt api::startup::tests::seed_bind_records_seed_captured_cwd
2026-06-20T11:56:23.8190242Z         PASS [   0.025s] (  70/1242) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-20T11:56:23.8250502Z         PASS [   0.077s] (  71/1242) spt::bin/spt api::startup::tests::revive_without_cwd_preserves_prior_cwd
2026-06-20T11:56:23.8330143Z         PASS [   0.014s] (  72/1242) spt::bin/spt api::tests::adapter_is_optional
2026-06-20T11:56:23.8417200Z         PASS [   0.018s] (  73/1242) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-20T11:56:23.8460365Z         PASS [   0.044s] (  74/1242) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-20T11:56:23.8610482Z         PASS [   0.027s] (  75/1242) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-20T11:56:23.8710755Z         PASS [   0.019s] (  76/1242) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-20T11:56:23.8749835Z         PASS [   0.029s] (  77/1242) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-20T11:56:23.8799843Z         PASS [   0.020s] (  78/1242) spt::bin/spt api::tests::state_value_is_validated
2026-06-20T11:56:23.8910442Z         PASS [   0.016s] (  79/1242) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-20T11:56:23.8980285Z         PASS [   0.017s] (  80/1242) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-20T11:56:23.9070170Z         PASS [   0.045s] (  81/1242) spt::bin/spt api::tests::surface_parses
2026-06-20T11:56:23.9229917Z         PASS [   0.016s] (  82/1242) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-20T11:56:23.9379956Z         PASS [   0.016s] (  83/1242) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-20T11:56:23.9814444Z         PASS [   0.042s] (  84/1242) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-20T11:56:24.0116610Z         PASS [   0.115s] (  85/1242) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-20T11:56:24.0276837Z         PASS [   0.016s] (  86/1242) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-20T11:56:24.0416228Z         PASS [   0.062s] (  87/1242) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-20T11:56:24.0480047Z         PASS [   0.018s] (  88/1242) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-20T11:56:24.0610818Z         PASS [   0.013s] (  89/1242) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-20T11:56:24.0649910Z         PASS [   0.018s] (  90/1242) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-20T11:56:24.0726517Z         PASS [   0.181s] (  91/1242) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-20T11:56:24.0744089Z         PASS [   0.014s] (  92/1242) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-20T11:56:24.0925991Z         PASS [   0.014s] (  93/1242) spt::bin/spt cli::tests::bare_tty_guard
2026-06-20T11:56:24.0931155Z         PASS [   0.032s] (  94/1242) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-20T11:56:24.0972230Z         PASS [   0.026s] (  95/1242) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-20T11:56:24.1042219Z         PASS [   0.015s] (  96/1242) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-20T11:56:24.1190366Z         PASS [   0.025s] (  97/1242) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-20T11:56:24.1350328Z         PASS [   0.036s] (  98/1242) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-20T11:56:24.1450287Z         PASS [   0.025s] (  99/1242) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-20T11:56:24.1622624Z         PASS [   0.058s] ( 100/1242) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-20T11:56:24.1730241Z         PASS [   0.027s] ( 101/1242) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-20T11:56:24.1790648Z         PASS [   0.045s] ( 102/1242) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-20T11:56:24.1950230Z         PASS [   0.015s] ( 103/1242) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-20T11:56:24.2039913Z         PASS [   0.041s] ( 104/1242) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-20T11:56:24.2160101Z         PASS [   0.019s] ( 105/1242) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-20T11:56:24.2189672Z         PASS [   0.048s] ( 106/1242) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-20T11:56:24.2399850Z         PASS [   0.026s] ( 107/1242) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-20T11:56:24.2760039Z         PASS [   0.056s] ( 108/1242) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-20T11:56:24.2970059Z         PASS [   0.055s] ( 109/1242) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-20T11:56:24.3089956Z         PASS [   0.033s] ( 110/1242) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-20T11:56:24.3330109Z         PASS [   0.023s] ( 111/1242) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-20T11:56:24.3630030Z         PASS [   0.030s] ( 112/1242) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-20T11:56:24.3891791Z         PASS [   0.027s] ( 113/1242) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-20T11:56:24.4830058Z         PASS [   0.092s] ( 114/1242) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-20T11:56:24.4950272Z         PASS [   0.290s] ( 115/1242) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-20T11:56:24.5230272Z         PASS [   0.027s] ( 116/1242) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-20T11:56:24.5420511Z         PASS [   0.058s] ( 117/1242) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-20T11:56:24.5489883Z         PASS [   0.027s] ( 118/1242) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-20T11:56:24.5640053Z         PASS [   0.023s] ( 119/1242) spt::bin/spt cli::tests::local_section_always_renders_local_perches
2026-06-20T11:56:24.5820129Z         PASS [   0.019s] ( 120/1242) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-20T11:56:24.6000199Z         PASS [   0.049s] ( 121/1242) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-20T11:56:24.6059787Z         PASS [   0.018s] ( 122/1242) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-20T11:56:24.6201322Z         PASS [   0.021s] ( 123/1242) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-20T11:56:24.6250759Z         PASS [   0.024s] ( 124/1242) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-20T11:56:24.6510385Z         PASS [   0.031s] ( 125/1242) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-20T11:56:24.6629883Z         PASS [   0.040s] ( 126/1242) spt::bin/spt cli::tests::notify_surface_parses
2026-06-20T11:56:24.6679667Z         PASS [   0.016s] ( 127/1242) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-20T11:56:24.6949801Z         PASS [   0.027s] ( 128/1242) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-20T11:56:24.7109934Z         PASS [   0.017s] ( 129/1242) spt::bin/spt cli::tests::poll_online_fastpath_timeout_and_later_success
2026-06-20T11:56:24.7220200Z         PASS [  24.890s] ( 130/1242) spt::dummy_harness_e2e endpoint_run_brings_up_a_long_lived_dummy_harness_and_rc_attaches
2026-06-20T11:56:24.9524411Z         PASS [   0.229s] ( 131/1242) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-20T11:56:25.1177890Z         PASS [   0.167s] ( 132/1242) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-20T11:56:25.1282748Z         PASS [   0.010s] ( 133/1242) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-20T11:56:25.2036020Z         PASS [   0.074s] ( 134/1242) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-20T11:56:25.2630167Z         PASS [   0.549s] ( 135/1242) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-20T11:56:25.3911733Z         PASS [   0.130s] ( 136/1242) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-20T11:56:25.4050977Z         PASS [   0.014s] ( 137/1242) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-20T11:56:25.4696805Z         PASS [   0.064s] ( 138/1242) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-20T11:56:25.4970511Z         PASS [   0.027s] ( 139/1242) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-20T11:56:25.5126556Z         PASS [   0.014s] ( 140/1242) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-20T11:56:25.5309851Z         PASS [   0.016s] ( 141/1242) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-20T11:56:25.5418131Z         PASS [   0.014s] ( 142/1242) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-20T11:56:26.3500524Z         PASS [   2.053s] ( 143/1242) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-20T11:56:26.3706774Z         PASS [   0.023s] ( 144/1242) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-20T11:56:26.4400793Z         PASS [   0.069s] ( 145/1242) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-20T11:56:27.4683514Z         PASS [   2.266s] ( 146/1242) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-20T11:56:27.4947028Z         PASS [   0.026s] ( 147/1242) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-20T11:56:27.5610486Z         PASS [   1.121s] ( 148/1242) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-20T11:56:27.5774893Z         PASS [   0.016s] ( 149/1242) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-20T11:56:27.6000047Z         PASS [   0.020s] ( 150/1242) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-20T11:56:27.6170192Z         PASS [   2.076s] ( 151/1242) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-20T11:56:27.6225498Z         PASS [   0.025s] ( 152/1242) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-20T11:56:27.6281185Z         PASS [   0.011s] ( 153/1242) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-20T11:56:27.6370835Z         PASS [  27.825s] ( 154/1242) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-20T11:56:27.6500298Z         PASS [   0.028s] ( 155/1242) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-20T11:56:27.6548374Z         PASS [   0.017s] ( 156/1242) spt::bin/spt cli::tests::subcommands_parse
2026-06-20T11:56:27.6669837Z         PASS [   0.012s] ( 157/1242) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-20T11:56:27.6747899Z         PASS [   0.025s] ( 158/1242) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-20T11:56:27.6762475Z         PASS [   0.009s] ( 159/1242) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-20T11:56:27.6841510Z         PASS [   0.009s] ( 160/1242) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-20T11:56:27.6853094Z         PASS [   0.009s] ( 161/1242) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-20T11:56:27.6943757Z         PASS [   0.010s] ( 162/1242) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-20T11:56:27.6958147Z         PASS [   0.010s] ( 163/1242) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-20T11:56:27.7070228Z         PASS [   0.010s] ( 164/1242) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-20T11:56:27.7071995Z         PASS [   0.009s] ( 165/1242) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-20T11:56:27.7110387Z         PASS [   0.080s] ( 166/1242) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-20T11:56:27.7156725Z         PASS [   0.010s] ( 167/1242) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-20T11:56:27.7167018Z         PASS [   0.010s] ( 168/1242) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-20T11:56:27.7204222Z         PASS [   0.010s] ( 169/1242) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-20T11:56:27.7242172Z         PASS [   0.010s] ( 170/1242) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-20T11:56:27.7255369Z         PASS [   0.010s] ( 171/1242) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-20T11:56:27.7276893Z         PASS [   0.009s] ( 172/1242) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-20T11:56:27.7360235Z         PASS [   0.009s] ( 173/1242) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-20T11:56:27.7391084Z         PASS [   0.010s] ( 174/1242) spt::bin/spt helpfmt::tests::atx_header_at_line_start_strips_and_bolds
2026-06-20T11:56:27.7407472Z         PASS [   0.009s] ( 175/1242) spt::bin/spt helpfmt::tests::bold_styles_with_color_and_strips_without
2026-06-20T11:56:27.7431130Z         PASS [   0.010s] ( 176/1242) spt::bin/spt helpfmt::tests::code_styles_with_color_and_strips_without
2026-06-20T11:56:27.7453473Z         PASS [   0.009s] ( 177/1242) spt::bin/spt helpfmt::tests::color_enabled_truth_table
2026-06-20T11:56:27.7467153Z         PASS [   0.009s] ( 178/1242) spt::bin/spt helpfmt::tests::dual_contract_token_survives_strip_mode
2026-06-20T11:56:27.7537761Z         PASS [   0.009s] ( 179/1242) spt::bin/spt helpfmt::tests::empty_and_unmatched_markers_stay_literal
2026-06-20T11:56:27.7542828Z         PASS [   0.010s] ( 180/1242) spt::bin/spt helpfmt::tests::dual_contract_token_unstyled_while_prose_styles_on_color
2026-06-20T11:56:27.7586914Z         PASS [   0.009s] ( 181/1242) spt::bin/spt helpfmt::tests::link_becomes_its_text
2026-06-20T11:56:27.7627995Z         PASS [   0.009s] ( 182/1242) spt::bin/spt helpfmt::tests::marker_never_spans_a_hard_break
2026-06-20T11:56:27.7632580Z         PASS [   0.010s] ( 183/1242) spt::bin/spt helpfmt::tests::marker_spans_a_clap_soft_wrap
2026-06-20T11:56:27.7639137Z         PASS [   0.009s] ( 184/1242) spt::bin/spt helpfmt::tests::multibyte_text_survives
2026-06-20T11:56:27.7736817Z         PASS [   0.009s] ( 185/1242) spt::bin/spt helpfmt::tests::preexisting_ansi_is_passed_through_untouched
2026-06-20T11:56:27.7747750Z         PASS [   0.012s] ( 186/1242) spt::bin/spt helpfmt::tests::plain_text_is_unchanged
2026-06-20T11:56:27.7776581Z         PASS [   0.015s] ( 187/1242) spt::bin/spt helpfmt::tests::nested_code_inside_bold_styles_both
2026-06-20T11:56:27.7837487Z         PASS [   0.010s] ( 188/1242) spt::bin/spt picker::data::tests::driven_by_display_renders_name_not_hex
2026-06-20T11:56:27.7880893Z         PASS [   0.012s] ( 189/1242) spt::bin/spt picker::data::tests::origin_project_unions_into_membership
2026-06-20T11:56:27.7910346Z         PASS [   0.010s] ( 190/1242) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-20T11:56:27.7950185Z         PASS [   0.010s] ( 191/1242) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-20T11:56:27.7970499Z         PASS [   0.010s] ( 192/1242) spt::bin/spt picker::model::tests::back_unwinds
2026-06-20T11:56:27.8010009Z         PASS [   0.010s] ( 193/1242) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-20T11:56:27.8042218Z         PASS [   0.010s] ( 194/1242) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-20T11:56:27.8068022Z         PASS [   0.010s] ( 195/1242) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-20T11:56:27.8103773Z         PASS [   0.010s] ( 196/1242) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-20T11:56:27.8139760Z         PASS [   0.009s] ( 197/1242) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-20T11:56:27.8210347Z         PASS [   0.014s] ( 198/1242) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-20T11:56:27.8226318Z         PASS [   0.012s] ( 199/1242) spt::bin/spt picker::model::tests::filter_narrows
2026-06-20T11:56:27.8262667Z         PASS [   0.012s] ( 200/1242) spt::bin/spt picker::model::tests::kind_routes
2026-06-20T11:56:27.8326970Z         PASS [   0.010s] ( 201/1242) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-20T11:56:27.8341412Z         PASS [   0.013s] ( 202/1242) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-20T11:56:27.8365446Z         PASS [   0.010s] ( 203/1242) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-20T11:56:27.8435358Z         PASS [   0.009s] ( 204/1242) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-20T11:56:27.8469316Z         PASS [   0.014s] ( 205/1242) spt::bin/spt picker::model::tests::resume_title_render
2026-06-20T11:56:27.8525282Z         PASS [   0.015s] ( 206/1242) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-20T11:56:27.8539921Z         PASS [   0.009s] ( 207/1242) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-20T11:56:27.8594888Z         PASS [   0.012s] ( 208/1242) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-20T11:56:27.8617324Z         PASS [   0.010s] ( 209/1242) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-20T11:56:27.8633489Z         PASS [   0.009s] ( 210/1242) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-20T11:56:27.8713058Z         PASS [   0.010s] ( 211/1242) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-20T11:56:27.8762580Z         PASS [   0.014s] ( 212/1242) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-20T11:56:27.8779999Z         PASS [   0.015s] ( 213/1242) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-20T11:56:27.8858224Z         PASS [   0.015s] ( 214/1242) spt::bin/spt picker::view::tests::kind_buffer
2026-06-20T11:56:27.8919238Z         PASS [   0.015s] ( 215/1242) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-20T11:56:27.8961226Z         PASS [   0.016s] ( 216/1242) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-20T11:56:27.9040179Z         PASS [   0.011s] ( 217/1242) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-20T11:56:27.9101040Z         PASS [   0.016s] ( 218/1242) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-20T11:56:27.9129653Z         PASS [   0.027s] ( 219/1242) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-20T11:56:27.9134956Z         PASS [   0.010s] ( 220/1242) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-20T11:56:27.9185213Z         PASS [   0.010s] ( 221/1242) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-20T11:56:27.9224308Z         PASS [   0.009s] ( 222/1242) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-20T11:56:27.9241947Z         PASS [   0.011s] ( 223/1242) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-20T11:56:27.9269797Z         PASS [   0.009s] ( 224/1242) spt::bin/spt rc::tests::mouse_mode_decset_scan_survives_split_across_chunks
2026-06-20T11:56:27.9338747Z         PASS [   0.010s] ( 225/1242) spt::bin/spt rc::tests::mouse_mode_decset_scan_tracks_enable_and_sgr
2026-06-20T11:56:27.9390099Z         PASS [   0.011s] ( 226/1242) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-20T11:56:27.9393833Z         PASS [   0.010s] ( 227/1242) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-20T11:56:27.9474462Z         PASS [   0.014s] ( 228/1242) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-20T11:56:27.9585431Z         PASS [   0.011s] ( 229/1242) spt-daemon access::tests::gate_decision_table
2026-06-20T11:56:27.9685068Z         PASS [   0.010s] ( 230/1242) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-20T11:56:27.9834621Z         PASS [   0.015s] ( 231/1242) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-20T11:56:27.9945881Z         PASS [   0.011s] ( 232/1242) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-20T11:56:28.0060314Z         PASS [   0.011s] ( 233/1242) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-20T11:56:28.0327109Z         PASS [   0.026s] ( 234/1242) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-20T11:56:28.0594680Z         PASS [   0.026s] ( 235/1242) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-20T11:56:28.0841415Z         PASS [   0.022s] ( 236/1242) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-20T11:56:28.1192166Z         PASS [   0.034s] ( 237/1242) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-20T11:56:28.1200280Z         PASS [  28.308s] ( 238/1242) spt::attach_wedge_e2e attach_wedge_dead_child_plus_dropped_pump_does_not_wedge_the_broker
2026-06-20T11:56:28.1287541Z         PASS [   0.010s] ( 239/1242) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-20T11:56:28.1421385Z         PASS [   0.022s] ( 240/1242) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-20T11:56:28.1424547Z         PASS [   0.014s] ( 241/1242) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-20T11:56:28.1499217Z         PASS [   0.212s] ( 242/1242) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-20T11:56:28.1755189Z         PASS [   0.033s] ( 243/1242) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-20T11:56:28.1847710Z         PASS [   0.034s] ( 244/1242) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-20T11:56:28.1863821Z         PASS [   0.043s] ( 245/1242) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-20T11:56:28.2138806Z         PASS [   0.038s] ( 246/1242) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-20T11:56:28.2142732Z         PASS [   0.029s] ( 247/1242) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-20T11:56:28.2184887Z         PASS [   0.033s] ( 248/1242) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-20T11:56:28.2276182Z         PASS [   0.009s] ( 249/1242) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-20T11:56:28.2321262Z         PASS [   0.018s] ( 250/1242) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-20T11:56:28.2377802Z         PASS [   0.010s] ( 251/1242) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-20T11:56:28.2416866Z         PASS [   0.009s] ( 252/1242) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-20T11:56:28.2451472Z         PASS [   0.030s] ( 253/1242) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-20T11:56:28.2477250Z         PASS [   0.010s] ( 254/1242) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-20T11:56:28.2530146Z         PASS [   0.009s] ( 255/1242) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-20T11:56:28.2573107Z         PASS [   0.009s] ( 256/1242) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-20T11:56:28.2628461Z         PASS [   0.009s] ( 257/1242) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-20T11:56:28.2664413Z         PASS [   0.009s] ( 258/1242) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-20T11:56:28.2721406Z         PASS [   0.009s] ( 259/1242) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-20T11:56:28.2765043Z         PASS [   0.010s] ( 260/1242) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-20T11:56:28.2854997Z         PASS [   0.009s] ( 261/1242) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-20T11:56:28.2953844Z         PASS [   0.010s] ( 262/1242) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-20T11:56:28.3046309Z         PASS [   0.009s] ( 263/1242) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-20T11:56:28.3051529Z         PASS [   0.369s] ( 264/1242) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-20T11:56:28.3137166Z         PASS [   0.008s] ( 265/1242) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-20T11:56:28.4527428Z         PASS [   0.211s] ( 266/1242) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-20T11:56:28.4940729Z         PASS [   0.222s] ( 267/1242) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-20T11:56:28.7054497Z         PASS [   0.211s] ( 268/1242) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-20T11:56:28.7256739Z         PASS [   0.421s] ( 269/1242) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-20T11:56:28.7549475Z         PASS [   0.441s] ( 270/1242) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-20T11:56:28.7633190Z         PASS [   0.008s] ( 271/1242) spt-daemon broker::tests::advance_delivered_is_monotonic
2026-06-20T11:56:28.7726464Z         PASS [   0.009s] ( 272/1242) spt-daemon broker::tests::apply_once_enqueues_ptywrite_exactly_once_and_dedups_replay
2026-06-20T11:56:28.8593668Z         PASS [  29.048s] ( 273/1242) spt::dummy_harness_e2e endpoint_run_attach_awaits_online_before_attaching
2026-06-20T11:56:28.8686195Z         PASS [   0.009s] ( 274/1242) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-20T11:56:28.8774965Z         PASS [   0.009s] ( 275/1242) spt-daemon broker::tests::input_enqueue_drops_and_stamps_on_full_then_heals_on_drain
2026-06-20T11:56:28.8864110Z         PASS [   0.009s] ( 276/1242) spt-daemon broker::tests::input_writer_preserves_strict_fifo_order_through_the_sole_writer
2026-06-20T11:56:28.8927298Z         PASS [   0.440s] ( 277/1242) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-20T11:56:28.8950938Z         PASS [   0.009s] ( 278/1242) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-20T11:56:28.9014519Z         PASS [   0.009s] ( 279/1242) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-20T11:56:28.9038854Z         PASS [   0.009s] ( 280/1242) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-20T11:56:28.9114238Z         PASS [   0.010s] ( 281/1242) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-20T11:56:28.9120740Z         PASS [   0.008s] ( 282/1242) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-20T11:56:28.9205832Z         PASS [   0.009s] ( 283/1242) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-20T11:56:28.9206939Z         PASS [   0.008s] ( 284/1242) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-20T11:56:28.9269545Z         PASS [   0.221s] ( 285/1242) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-20T11:56:28.9297062Z         PASS [   0.009s] ( 286/1242) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-20T11:56:28.9300267Z         PASS [   0.009s] ( 287/1242) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-20T11:56:28.9360612Z         PASS [   0.009s] ( 288/1242) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-20T11:56:28.9387883Z         PASS [   0.009s] ( 289/1242) spt-daemon config::tests::missing_file_is_default
2026-06-20T11:56:28.9391269Z         PASS [   0.009s] ( 290/1242) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-20T11:56:28.9459980Z         PASS [   0.010s] ( 291/1242) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-20T11:56:28.9475823Z         PASS [   0.009s] ( 292/1242) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-20T11:56:28.9485056Z         PASS [   0.009s] ( 293/1242) spt-daemon config::tests::save_load_roundtrip
2026-06-20T11:56:28.9572236Z         PASS [   0.010s] ( 294/1242) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-20T11:56:28.9579825Z         PASS [   0.010s] ( 295/1242) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-20T11:56:28.9636830Z         PASS [   0.015s] ( 296/1242) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-20T11:56:28.9645393Z         PASS [   0.009s] ( 297/1242) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-20T11:56:28.9662975Z         PASS [   0.008s] ( 298/1242) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-20T11:56:28.9736683Z         PASS [   0.010s] ( 299/1242) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-20T11:56:28.9738213Z         PASS [   0.009s] ( 300/1242) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-20T11:56:28.9801187Z         PASS [   0.012s] ( 301/1242) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-20T11:56:28.9820886Z         PASS [   0.009s] ( 302/1242) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-20T11:56:28.9821913Z         PASS [   0.009s] ( 303/1242) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-20T11:56:28.9868133Z         PASS [   0.009s] ( 304/1242) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-20T11:56:28.9908058Z         PASS [   0.008s] ( 305/1242) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-20T11:56:28.9912292Z         PASS [   0.009s] ( 306/1242) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-20T11:56:28.9966585Z         PASS [   0.010s] ( 307/1242) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-20T11:56:28.9997885Z         PASS [   0.009s] ( 308/1242) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-20T11:56:28.9999674Z         PASS [   0.009s] ( 309/1242) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-20T11:56:29.0084383Z         PASS [   0.008s] ( 310/1242) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-20T11:56:29.0087933Z         PASS [   0.009s] ( 311/1242) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-20T11:56:29.0127598Z         PASS [   0.016s] ( 312/1242) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-20T11:56:29.0180073Z         PASS [   0.009s] ( 313/1242) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-20T11:56:29.0182025Z         PASS [   0.009s] ( 314/1242) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-20T11:56:29.0266559Z         PASS [   0.009s] ( 315/1242) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-20T11:56:29.0268489Z         PASS [   0.009s] ( 316/1242) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-20T11:56:29.0361104Z         PASS [   0.009s] ( 317/1242) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-20T11:56:29.0367251Z         PASS [   0.010s] ( 318/1242) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-20T11:56:29.0452723Z         PASS [   0.009s] ( 319/1242) spt-daemon digest::tests::resolve_config_precedence
2026-06-20T11:56:29.0456184Z         PASS [   0.009s] ( 320/1242) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-20T11:56:29.0540231Z         PASS [   0.008s] ( 321/1242) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-20T11:56:29.0541142Z         PASS [   0.009s] ( 322/1242) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-20T11:56:29.0635002Z         PASS [   0.009s] ( 323/1242) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-20T11:56:29.0635959Z         PASS [   0.009s] ( 324/1242) spt-daemon digesthub::tests::render_is_glanceable
2026-06-20T11:56:29.0661158Z         PASS [   0.053s] ( 325/1242) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-20T11:56:29.0721899Z         PASS [   0.009s] ( 326/1242) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-20T11:56:29.0724803Z         PASS [   0.009s] ( 327/1242) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-20T11:56:29.0745753Z         PASS [   0.008s] ( 328/1242) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-20T11:56:29.0814011Z         PASS [   0.009s] ( 329/1242) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-20T11:56:29.0814857Z         PASS [   0.009s] ( 330/1242) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-20T11:56:29.0828587Z         PASS [   0.008s] ( 331/1242) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-20T11:56:29.0905084Z         PASS [   0.009s] ( 332/1242) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-20T11:56:29.0924333Z         PASS [   0.009s] ( 333/1242) spt-daemon effect::tests::apply_once_does_not_hold_the_journal_lock_across_effect
2026-06-20T11:56:29.0984401Z         PASS [   0.017s] ( 334/1242) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-20T11:56:29.1077510Z         PASS [   0.009s] ( 335/1242) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-20T11:56:29.1178463Z         PASS [   0.027s] ( 336/1242) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-20T11:56:29.1248151Z         PASS [   0.017s] ( 337/1242) spt-daemon effect::tests::ptywrite_skips_the_durable_journal_write_while_netsend_persists
2026-06-20T11:56:29.1268391Z         PASS [   0.009s] ( 338/1242) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-20T11:56:29.1340434Z         PASS [   0.009s] ( 339/1242) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-20T11:56:29.1341712Z         PASS [   0.007s] ( 340/1242) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-20T11:56:29.1433180Z         PASS [   0.009s] ( 341/1242) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-20T11:56:29.1434336Z         PASS [   0.009s] ( 342/1242) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-20T11:56:29.1530075Z         PASS [   0.009s] ( 343/1242) spt-daemon grants::tests::escalation_answers_apply
2026-06-20T11:56:29.1531242Z         PASS [   0.009s] ( 344/1242) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-20T11:56:29.1539721Z         PASS [  29.342s] ( 345/1242) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-20T11:56:29.1624207Z         PASS [   0.010s] ( 346/1242) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-20T11:56:29.1628512Z         PASS [   0.008s] ( 347/1242) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-20T11:56:29.1721354Z         PASS [   0.009s] ( 348/1242) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-20T11:56:29.1723118Z         PASS [   0.010s] ( 349/1242) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-20T11:56:29.1727887Z         PASS [   0.447s] ( 350/1242) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-20T11:56:29.1806550Z         PASS [   0.088s] ( 351/1242) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-20T11:56:29.1817411Z         PASS [   0.010s] ( 352/1242) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-20T11:56:29.1826759Z         PASS [   0.010s] ( 353/1242) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-20T11:56:29.1832745Z         PASS [   0.010s] ( 354/1242) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-20T11:56:29.1915775Z         PASS [   0.010s] ( 355/1242) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-20T11:56:29.1931370Z         PASS [   0.011s] ( 356/1242) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-20T11:56:29.1967880Z         PASS [   0.010s] ( 357/1242) spt-daemon harnesshost::tests::prepare_resume_falls_back_to_self_when_no_resume_role
2026-06-20T11:56:29.1969492Z         PASS [   0.010s] ( 358/1242) spt-daemon harnesshost::tests::prepare_selects_resume_template_on_resume_else_self
2026-06-20T11:56:29.2018774Z         PASS [   0.010s] ( 359/1242) spt-daemon harnesshost::tests::prepare_threads_translation_binary_path_when_declared
2026-06-20T11:56:29.2168566Z         PASS [   0.023s] ( 360/1242) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-20T11:56:29.2322165Z         PASS [   0.030s] ( 361/1242) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-20T11:56:29.2554469Z         PASS [   0.062s] ( 362/1242) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-20T11:56:29.2562792Z         PASS [   0.063s] ( 363/1242) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-20T11:56:29.2634948Z         PASS [   0.031s] ( 364/1242) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-20T11:56:29.2736567Z         PASS [   0.121s] ( 365/1242) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-20T11:56:29.2788844Z         PASS [   0.062s] ( 366/1242) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-20T11:56:29.3048835Z         PASS [   0.031s] ( 367/1242) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-20T11:56:29.3174262Z         PASS [   0.062s] ( 368/1242) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-20T11:56:29.3175256Z         PASS [   0.061s] ( 369/1242) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-20T11:56:29.3265748Z         PASS [   0.009s] ( 370/1242) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-20T11:56:29.3488525Z         PASS [   0.085s] ( 371/1242) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-20T11:56:29.3934966Z         PASS [   0.075s] ( 372/1242) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-20T11:56:29.3970711Z         PASS [   0.070s] ( 373/1242) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-20T11:56:29.4048372Z         PASS [   0.056s] ( 374/1242) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-20T11:56:29.4359884Z         PASS [   0.157s] ( 375/1242) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-20T11:56:29.4385957Z         PASS [   0.034s] ( 376/1242) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-20T11:56:29.4476819Z         PASS [   0.009s] ( 377/1242) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-20T11:56:29.4589823Z         PASS [   0.011s] ( 378/1242) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-06-20T11:56:29.4614759Z         PASS [   0.069s] ( 379/1242) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-20T11:56:29.4741319Z         PASS [   0.077s] ( 380/1242) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-20T11:56:29.4924447Z         PASS [   0.056s] ( 381/1242) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-20T11:56:29.4931359Z         PASS [   0.034s] ( 382/1242) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-06-20T11:56:29.5036134Z         PASS [   0.010s] ( 383/1242) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-20T11:56:29.5053342Z         PASS [   0.044s] ( 384/1242) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-20T11:56:29.5128777Z         PASS [   0.008s] ( 385/1242) spt-daemon livehost::tests::residency_classification
2026-06-20T11:56:29.5228855Z         PASS [   0.218s] ( 386/1242) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-20T11:56:29.5273222Z         PASS [   0.035s] ( 387/1242) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-20T11:56:29.5310462Z         PASS [   0.008s] ( 388/1242) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-20T11:56:29.5329599Z         PASS [   0.059s] ( 389/1242) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-20T11:56:29.5358770Z         PASS [   0.009s] ( 390/1242) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-20T11:56:29.5396658Z         PASS [   0.008s] ( 391/1242) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-20T11:56:29.5416168Z         PASS [   0.008s] ( 392/1242) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-06-20T11:56:29.5444796Z         PASS [   0.009s] ( 393/1242) spt-daemon msg::tests::input_req_absent_ack_defaults_true_n_minus_1_safe
2026-06-20T11:56:29.5486332Z         PASS [   0.045s] ( 394/1242) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-20T11:56:29.5488236Z         PASS [   0.009s] ( 395/1242) spt-daemon msg::tests::input_req_ack_false_round_trips_faithfully
2026-06-20T11:56:29.5502997Z         PASS [   0.009s] ( 396/1242) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-20T11:56:29.5539362Z         PASS [   0.009s] ( 397/1242) spt-daemon msg::tests::output_envelope_round_trips
2026-06-20T11:56:29.5579663Z         PASS [   0.009s] ( 398/1242) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-20T11:56:29.5583353Z         PASS [   0.009s] ( 399/1242) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-20T11:56:29.5881871Z         PASS [   0.034s] ( 400/1242) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-20T11:56:29.5976297Z         PASS [   0.009s] ( 401/1242) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-20T11:56:29.5977729Z         PASS [   0.040s] ( 402/1242) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-20T11:56:29.6682099Z         PASS [   0.070s] ( 403/1242) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-20T11:56:29.7333078Z         LEAK [   0.220s] ( 404/1242) spt-daemon livehost::tests::stop_host_reaps_the_detached_psyche_process
2026-06-20T11:56:29.7334175Z         PASS [   0.183s] ( 405/1242) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-20T11:56:29.7344944Z         PASS [   0.137s] ( 406/1242) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-20T11:56:29.8404246Z         PASS [   0.107s] ( 407/1242) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-20T11:56:29.8725161Z         PASS [   0.204s] ( 408/1242) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-20T11:56:29.9030083Z         PASS [   0.062s] ( 409/1242) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-20T11:56:29.9031148Z         PASS [   0.030s] ( 410/1242) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-20T11:56:29.9405056Z         PASS [   0.206s] ( 411/1242) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-20T11:56:29.9542172Z         PASS [   0.221s] ( 412/1242) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-20T11:56:30.0042955Z         PASS [   0.064s] ( 413/1242) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-20T11:56:30.1548470Z         PASS [   0.150s] ( 414/1242) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-20T11:56:30.1549912Z         PASS [   0.252s] ( 415/1242) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-20T11:56:30.1790963Z         PASS [   0.276s] ( 416/1242) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-20T11:56:30.2102063Z         PASS [   0.256s] ( 417/1242) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-20T11:56:30.2186578Z         PASS [   0.008s] ( 418/1242) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-20T11:56:30.2283161Z         PASS [   0.010s] ( 419/1242) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-20T11:56:30.2381867Z         PASS [   0.010s] ( 420/1242) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-20T11:56:30.2474456Z         PASS [   0.009s] ( 421/1242) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-20T11:56:30.2570049Z         PASS [   0.009s] ( 422/1242) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-20T11:56:30.2650252Z         PASS [   0.008s] ( 423/1242) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-20T11:56:30.2682571Z         PASS [   0.113s] ( 424/1242) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-20T11:56:30.2893646Z         PASS [   0.110s] ( 425/1242) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-20T11:56:30.3067543Z         PASS [   0.152s] ( 426/1242) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-20T11:56:30.3843966Z         PASS [   0.119s] ( 427/1242) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-20T11:56:30.4319607Z         PASS [   0.143s] ( 428/1242) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-20T11:56:30.4351421Z         PASS [   0.128s] ( 429/1242) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-20T11:56:30.4729182Z         PASS [   0.204s] ( 430/1242) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-20T11:56:30.5168004Z         PASS [   0.132s] ( 431/1242) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-20T11:56:30.5269075Z         PASS [   0.010s] ( 432/1242) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-20T11:56:30.5363265Z         PASS [   0.009s] ( 433/1242) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-20T11:56:30.5489296Z         PASS [   0.013s] ( 434/1242) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-20T11:56:30.5585423Z         PASS [   0.009s] ( 435/1242) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-20T11:56:30.5635443Z         PASS [   0.128s] ( 436/1242) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-20T11:56:30.5667397Z         PASS [   0.008s] ( 437/1242) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-20T11:56:30.5720638Z         PASS [   0.008s] ( 438/1242) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-20T11:56:30.5747877Z         PASS [   0.008s] ( 439/1242) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-20T11:56:30.5809168Z         PASS [   0.009s] ( 440/1242) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-20T11:56:30.5827521Z         PASS [   0.008s] ( 441/1242) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-20T11:56:30.5896955Z         PASS [   0.009s] ( 442/1242) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-20T11:56:30.5970777Z         PASS [   0.007s] ( 443/1242) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-20T11:56:30.6043079Z         PASS [   0.007s] ( 444/1242) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-20T11:56:30.6056076Z         PASS [   0.023s] ( 445/1242) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-20T11:56:30.6139055Z         PASS [   0.008s] ( 446/1242) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-20T11:56:30.6140562Z         PASS [   0.010s] ( 447/1242) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-20T11:56:30.6189390Z         PASS [   1.061s] ( 448/1242) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-20T11:56:30.6227466Z         PASS [   0.008s] ( 449/1242) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-20T11:56:30.6304526Z         PASS [   0.008s] ( 450/1242) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-06-20T11:56:30.6329782Z         PASS [   0.201s] ( 451/1242) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-20T11:56:30.6374964Z         PASS [   0.007s] ( 452/1242) spt-daemon reconcile::tests::active_node_wins
2026-06-20T11:56:30.6417573Z         PASS [   0.009s] ( 453/1242) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-20T11:56:30.6443356Z         PASS [   0.007s] ( 454/1242) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-20T11:56:30.6508006Z         PASS [   0.009s] ( 455/1242) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-20T11:56:30.6534965Z         PASS [   0.039s] ( 456/1242) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-20T11:56:30.6619059Z         PASS [   0.011s] ( 457/1242) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-20T11:56:30.6643157Z         PASS [   0.011s] ( 458/1242) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-20T11:56:30.6683913Z         PASS [   0.024s] ( 459/1242) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-20T11:56:30.6688487Z         PASS [   0.050s] ( 460/1242) spt-daemon reap::tests::group_reaps_enrolled_child_and_grandchild
2026-06-20T11:56:30.6754599Z         PASS [   0.014s] ( 461/1242) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-20T11:56:30.6781347Z         PASS [   0.014s] ( 462/1242) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-20T11:56:30.6791412Z         PASS [   0.010s] ( 463/1242) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-20T11:56:30.6820813Z         PASS [   0.014s] ( 464/1242) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-20T11:56:30.6863223Z         PASS [   0.011s] ( 465/1242) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-20T11:56:30.6889965Z         PASS [   0.011s] ( 466/1242) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-20T11:56:30.6909713Z         PASS [   0.012s] ( 467/1242) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-06-20T11:56:30.6922522Z         PASS [   0.010s] ( 468/1242) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-20T11:56:30.7010013Z         PASS [   0.014s] ( 469/1242) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-20T11:56:30.7011584Z         PASS [   0.011s] ( 470/1242) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-20T11:56:30.7012818Z         PASS [   0.228s] ( 471/1242) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-20T11:56:30.7014113Z         PASS [   0.010s] ( 472/1242) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-20T11:56:30.7016876Z         PASS [   0.009s] ( 473/1242) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-20T11:56:30.7116196Z         PASS [   0.010s] ( 474/1242) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-20T11:56:30.7130660Z         PASS [   0.011s] ( 475/1242) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-20T11:56:30.7131752Z         PASS [   0.012s] ( 476/1242) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-20T11:56:30.7211420Z         PASS [   0.009s] ( 477/1242) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-20T11:56:30.7229697Z         PASS [   0.010s] ( 478/1242) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-20T11:56:30.7235561Z         PASS [   0.011s] ( 479/1242) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-20T11:56:30.7421496Z         PASS [   0.021s] ( 480/1242) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-20T11:56:30.7425544Z         PASS [   0.020s] ( 481/1242) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-20T11:56:30.7459874Z         PASS [   0.022s] ( 482/1242) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-20T11:56:30.7513055Z         PASS [   0.009s] ( 483/1242) spt-daemon release::tests::hex_roundtrips
2026-06-20T11:56:30.7620220Z         PASS [   0.011s] ( 484/1242) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-20T11:56:30.7636543Z         PASS [   0.022s] ( 485/1242) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-20T11:56:30.7724347Z         PASS [   0.009s] ( 486/1242) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-20T11:56:30.7727783Z         PASS [   0.010s] ( 487/1242) spt-daemon release::tests::revoked_key_is_rejected
2026-06-20T11:56:30.7865155Z         PASS [   0.040s] ( 488/1242) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-20T11:56:30.7946979Z         PASS [   0.022s] ( 489/1242) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-20T11:56:30.7948017Z         PASS [   0.022s] ( 490/1242) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-20T11:56:30.8060481Z         PASS [   0.019s] ( 491/1242) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-20T11:56:30.8149751Z         PASS [   0.020s] ( 492/1242) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-20T11:56:30.8277741Z         PASS [   0.032s] ( 493/1242) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-20T11:56:30.8279223Z         PASS [   0.021s] ( 494/1242) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-20T11:56:30.8336831Z         PASS [   0.019s] ( 495/1242) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-20T11:56:30.8439902Z         PASS [   0.010s] ( 496/1242) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-20T11:56:30.8490932Z         PASS [   0.022s] ( 497/1242) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-20T11:56:30.8502914Z         PASS [   0.149s] ( 498/1242) spt-daemon relay::tests::run_honors_stop
2026-06-20T11:56:30.8570557Z         PASS [   0.010s] ( 499/1242) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-20T11:56:30.8610476Z         PASS [   0.009s] ( 500/1242) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-20T11:56:30.8611762Z         PASS [   0.011s] ( 501/1242) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-20T11:56:30.8693045Z         PASS [   0.009s] ( 502/1242) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-20T11:56:30.8702074Z         PASS [   0.010s] ( 503/1242) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-20T11:56:30.8777285Z         PASS [   0.050s] ( 504/1242) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-20T11:56:30.8783439Z         PASS [   0.009s] ( 505/1242) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-20T11:56:30.8888592Z         PASS [   0.011s] ( 506/1242) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-20T11:56:30.8896357Z         PASS [   0.011s] ( 507/1242) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-20T11:56:30.8987039Z         PASS [   0.010s] ( 508/1242) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-20T11:56:30.9053425Z         PASS [   0.016s] ( 509/1242) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-20T11:56:30.9146176Z         PASS [   0.016s] ( 510/1242) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-20T11:56:30.9159555Z         PASS [   0.062s] ( 511/1242) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-20T11:56:30.9207512Z         PASS [   0.015s] ( 512/1242) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-06-20T11:56:30.9297075Z         PASS [   0.015s] ( 513/1242) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-20T11:56:30.9298156Z         PASS [   0.009s] ( 514/1242) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-20T11:56:30.9302818Z         PASS [   0.014s] ( 515/1242) spt-daemon seedmap::tests::take_absent_is_none
2026-06-20T11:56:30.9383636Z         PASS [   0.008s] ( 516/1242) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-20T11:56:30.9386803Z         PASS [   0.009s] ( 517/1242) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-20T11:56:30.9388000Z         PASS [   0.009s] ( 518/1242) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-20T11:56:30.9461464Z         PASS [   0.076s] ( 519/1242) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-20T11:56:30.9473439Z         PASS [   0.009s] ( 520/1242) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-20T11:56:30.9482584Z         PASS [   0.010s] ( 521/1242) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-20T11:56:30.9485030Z         PASS [   0.010s] ( 522/1242) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-20T11:56:30.9566204Z         PASS [   0.010s] ( 523/1242) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-20T11:56:30.9567503Z         PASS [   0.009s] ( 524/1242) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-20T11:56:30.9570785Z         PASS [   0.008s] ( 525/1242) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-20T11:56:30.9574924Z         PASS [   0.009s] ( 526/1242) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-20T11:56:30.9627974Z         PASS [   0.262s] ( 527/1242) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-20T11:56:30.9659792Z         PASS [   0.009s] ( 528/1242) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-20T11:56:30.9665055Z         PASS [   0.009s] ( 529/1242) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-20T11:56:30.9682714Z         PASS [   0.010s] ( 530/1242) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-20T11:56:30.9725567Z         PASS [   0.011s] ( 531/1242) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-20T11:56:30.9750336Z         PASS [   0.010s] ( 532/1242) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-20T11:56:30.9762603Z         PASS [   0.010s] ( 533/1242) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-20T11:56:30.9781945Z         PASS [   0.012s] ( 534/1242) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-20T11:56:30.9807644Z         PASS [   0.013s] ( 535/1242) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-20T11:56:30.9862691Z         PASS [   0.017s] ( 536/1242) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-20T11:56:30.9921476Z         PASS [   0.014s] ( 537/1242) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-20T11:56:30.9938597Z         PASS [   0.013s] ( 538/1242) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-20T11:56:30.9968699Z         PASS [   0.011s] ( 539/1242) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-20T11:56:31.0033699Z         PASS [   0.009s] ( 540/1242) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-20T11:56:31.0045230Z         PASS [   0.012s] ( 541/1242) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-20T11:56:31.0054843Z         PASS [   0.009s] ( 542/1242) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-20T11:56:31.0160533Z         PASS [   0.010s] ( 543/1242) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-20T11:56:31.0167784Z         PASS [   0.012s] ( 544/1242) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-20T11:56:31.0274200Z         PASS [   0.011s] ( 545/1242) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-20T11:56:31.0358336Z         PASS [   0.032s] ( 546/1242) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-20T11:56:31.0433597Z         PASS [   0.007s] ( 547/1242) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-20T11:56:31.0508681Z         PASS [   0.007s] ( 548/1242) spt-daemon sync::tests::gate_decision_table
2026-06-20T11:56:31.0625478Z         PASS [   0.046s] ( 549/1242) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-20T11:56:31.0691642Z         PASS [   0.042s] ( 550/1242) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-20T11:56:31.0771293Z         PASS [   0.008s] ( 551/1242) spt-daemon translation::tests::inject_floor_buffers_while_held_then_drains_in_order
2026-06-20T11:56:31.0856798Z         PASS [   0.008s] ( 552/1242) spt-daemon translation::tests::key_cmd_parses_each_wire_shape
2026-06-20T11:56:31.0964103Z         PASS [   0.011s] ( 553/1242) spt-daemon translation::tests::key_to_bytes_send_keys_map
2026-06-20T11:56:31.1051377Z         PASS [   0.009s] ( 554/1242) spt-daemon translation::tests::to_binary_serializes_to_wire_and_input_is_content_free
2026-06-20T11:56:31.1142138Z         PASS [   0.009s] ( 555/1242) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-20T11:56:31.1225951Z         PASS [   0.008s] ( 556/1242) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-20T11:56:31.1273905Z         PASS [   0.151s] ( 557/1242) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-20T11:56:31.1308510Z         PASS [   0.008s] ( 558/1242) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-20T11:56:31.1353401Z         PASS [   0.008s] ( 559/1242) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-20T11:56:31.1391722Z         PASS [   0.008s] ( 560/1242) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-20T11:56:31.1433118Z         PASS [   0.008s] ( 561/1242) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-20T11:56:31.1474122Z         PASS [   0.008s] ( 562/1242) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-20T11:56:31.1516572Z         PASS [   0.008s] ( 563/1242) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-20T11:56:31.1557207Z         PASS [   0.008s] ( 564/1242) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-20T11:56:31.1598767Z         PASS [   0.008s] ( 565/1242) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-20T11:56:31.1636905Z         PASS [   0.008s] ( 566/1242) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-20T11:56:31.1871579Z         PASS [   0.136s] ( 567/1242) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-20T11:56:31.1916498Z         PASS [   0.216s] ( 568/1242) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-20T11:56:31.1939845Z         PASS [   0.031s] ( 569/1242) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-20T11:56:31.1972743Z         PASS [   0.009s] ( 570/1242) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-20T11:56:31.2020050Z         PASS [   0.009s] ( 571/1242) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-20T11:56:31.2055374Z         PASS [   0.041s] ( 572/1242) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-20T11:56:31.2079771Z         PASS [   0.021s] ( 573/1242) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-20T11:56:31.2089453Z         PASS [   0.009s] ( 574/1242) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-20T11:56:31.2171625Z         PASS [   0.020s] ( 575/1242) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-20T11:56:31.2588136Z         PASS [   0.196s] ( 576/1242) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-20T11:56:31.3235888Z         PASS [   0.106s] ( 577/1242) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-20T11:56:31.3282801Z         PASS [   0.069s] ( 578/1242) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-20T11:56:31.3720599Z         PASS [   0.048s] ( 579/1242) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-20T11:56:31.3906996Z         PASS [   0.062s] ( 580/1242) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-20T11:56:31.3992654Z         PASS [   0.191s] ( 581/1242) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-20T11:56:31.4280597Z         PASS [   0.037s] ( 582/1242) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-20T11:56:31.4416663Z         PASS [   0.069s] ( 583/1242) spt-daemon::attach loopback_attach_to_a_prepopulated_ring_delivers_without_deadlock
2026-06-20T11:56:31.5011569Z         PASS [   0.060s] ( 584/1242) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-20T11:56:31.5029084Z         PASS [   0.103s] ( 585/1242) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-20T11:56:31.5145062Z         PASS [   0.087s] ( 586/1242) spt-daemon::attach resize_is_controller_exclusive
2026-06-20T11:56:31.5328673Z         PASS [   0.328s] ( 587/1242) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-20T11:56:31.5519260Z         PASS [   0.036s] ( 588/1242) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-20T11:56:31.5807462Z         PASS [   0.046s] ( 589/1242) spt-daemon::broker ack_false_input_suppresses_applied_frame
2026-06-20T11:56:31.5853848Z         PASS [   0.033s] ( 590/1242) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-20T11:56:31.5979960Z         PASS [   0.018s] ( 591/1242) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-06-20T11:56:31.6060280Z         PASS [   0.022s] ( 592/1242) spt-daemon::broker endpoint_keyed_inject_reaches_hosted_pty
2026-06-20T11:56:31.6097770Z         PASS [   0.108s] ( 593/1242) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-20T11:56:31.6387839Z         PASS [   0.029s] ( 594/1242) spt-daemon::broker wall_b_endpoint_run_env_then_send_reaches_pty
2026-06-20T11:56:31.6423923Z         FAIL [   0.033s] ( 595/1242) spt-daemon::broker spawn_env_reaches_child
2026-06-20T11:56:31.6449869Z   stdout ───
2026-06-20T11:56:31.6479269Z 
2026-06-20T11:56:31.6479608Z     running 1 test
2026-06-20T11:56:31.6480072Z     test spawn_env_reaches_child ... FAILED
2026-06-20T11:56:31.6480443Z 
2026-06-20T11:56:31.6519661Z     failures:
2026-06-20T11:56:31.6519889Z 
2026-06-20T11:56:31.6520044Z     failures:
2026-06-20T11:56:31.6520373Z         spawn_env_reaches_child
2026-06-20T11:56:31.6520646Z 
2026-06-20T11:56:31.6521077Z     test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.02s
2026-06-20T11:56:31.6521653Z 
2026-06-20T11:56:31.6521934Z   stderr ───
2026-06-20T11:56:31.6522115Z 
2026-06-20T11:56:31.6522564Z     thread 'spawn_env_reaches_child' (2858170) panicked at crates/spt-daemon/tests/broker.rs:385:5:
2026-06-20T11:56:31.6523319Z     injected SpawnReq.env must reach the child: ""
2026-06-20T11:56:31.6523949Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-20T11:56:31.6524415Z 
2026-06-20T11:56:31.6524649Z   Cancelling due to test failure: 15 tests still running
2026-06-20T11:56:31.6525664Z         PASS [   0.007s] ( 596/1242) spt-daemon::budget measure_dormant_seat_budget
2026-06-20T11:56:31.7362742Z         PASS [   0.138s] ( 597/1242) spt-daemon::broker exactly_once_preserved_on_no_ack_path
2026-06-20T11:56:33.7860940Z         PASS [   5.013s] ( 598/1242) spt-daemon broker::tests::controller_deliver_is_bounded_never_a_permanent_park
2026-06-20T11:56:36.0013694Z         PASS [   4.498s] ( 599/1242) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-20T11:56:37.6049718Z         PASS [  10.110s] ( 600/1242) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-20T11:56:39.8430791Z         PASS [  15.181s] ( 601/1242) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-20T11:56:40.0136930Z         PASS [  32.659s] ( 602/1242) spt::resume_template_e2e endpoint_run_resume_selects_resume_template_in_recorded_cwd
2026-06-20T11:56:40.4983952Z         PASS [  37.544s] ( 603/1242) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-20T11:56:42.4775214Z         PASS [  42.666s] ( 604/1242) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-20T11:56:42.7836513Z         PASS [  39.637s] ( 605/1242) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-20T11:56:45.0759292Z         PASS [  28.336s] ( 606/1242) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-20T11:56:50.7588301Z         PASS [  47.689s] ( 607/1242) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-20T11:56:59.8249708Z         SLOW [> 60.000s] (─────────) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-20T11:56:59.8250566Z         SLOW [> 60.000s] (─────────) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-20T11:57:06.5573561Z         PASS [  66.746s] ( 608/1242) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-20T11:57:10.0194163Z         PASS [  70.208s] ( 609/1242) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-20T11:57:31.2107091Z         SLOW [> 60.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:58:31.2111812Z         SLOW [>120.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:59:31.2131580Z         SLOW [>180.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T12:00:31.2151220Z  TERMINATING [>240.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T12:00:31.2182207Z      TIMEOUT [ 240.009s] ( 610/1242) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T12:00:31.2183921Z   stdout ───
2026-06-20T12:00:31.2184078Z 
2026-06-20T12:00:31.2184170Z     running 1 test
2026-06-20T12:00:31.2184636Z     test attach_survives_target_brain_restart_exactly_once has been running for over 60 seconds
2026-06-20T12:00:31.2185347Z   stderr ───
2026-06-20T12:00:31.2185482Z 
2026-06-20T12:00:31.2297303Z     thread '<unnamed>' (2857992) panicked at crates/spt-daemon/tests/attach.rs:722:14:
2026-06-20T12:00:31.2297909Z     re-serve: Custom { kind: InvalidData, error: "output gap: got seq 1 want 0" }
2026-06-20T12:00:31.2298411Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-20T12:00:31.2298717Z 
2026-06-20T12:00:31.2298825Z     (test timed out)
2026-06-20T12:00:31.2299062Z 
2026-06-20T12:00:31.2299315Z ────────────
2026-06-20T12:00:31.2299716Z      Summary [ 271.408s] 610/1242 tests run: 608 passed (2 slow, 1 leaky), 1 failed, 1 timed out, 1 skipped
2026-06-20T12:00:31.2300249Z         FAIL [   0.033s] ( 595/1242) spt-daemon::broker spawn_env_reaches_child
2026-06-20T12:00:31.2301140Z      TIMEOUT [ 240.009s] ( 610/1242) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T12:00:31.2301867Z warning: 632/1242 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-20T12:00:31.2302397Z error: test run failed
2026-06-20T12:00:31.2401054Z ##[error]Process completed with exit code 100.
2026-06-20T12:00:31.2666946Z Post job cleanup.
2026-06-20T12:00:31.4351969Z [command]/usr/bin/git version
2026-06-20T12:00:31.4385057Z git version 2.43.0
2026-06-20T12:00:31.4415726Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e86c7ecd-96eb-45d8-9700-7cf1a0faaf7d' before making global git config changes
2026-06-20T12:00:31.4416505Z Adding repository directory to the temporary git global config as a safe directory
2026-06-20T12:00:31.4419439Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-20T12:00:31.4450230Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-20T12:00:31.4477461Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-20T12:00:31.4692226Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-20T12:00:31.4711700Z http.https://github.com/.extraheader
2026-06-20T12:00:31.4718622Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-20T12:00:31.4750312Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-20T12:00:31.4929153Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-20T12:00:31.4955463Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-20T12:00:31.5264922Z Cleaning up orphan processes
2026-06-20T12:00:31.5919221Z Terminate orphan process: pid (2854324) (spt)
2026-06-20T12:00:31.5937880Z Terminate orphan process: pid (2854333) (spt)
